home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / kspftp30.zip / WHATSNEW.DOC < prev   
Text File  |  1996-09-01  |  17KB  |  409 lines

  1.  
  2.  
  3.  
  4.                            WHAT'S NEW IN KSP FTP
  5.  
  6.  
  7.      3.0:  Enhancement:  At  the  end  of a timed-out session, KSP-FTP
  8.            now  waits  for the serial output buffer to empty, and then
  9.            flushes the serial input buffer.  
  10.  
  11.            Enhancement:  Modified  to use the ftp PASV command (rather
  12.            than  PORT command) when supported by remote server so that
  13.            KSP-FTP can now work through most firewalls.  
  14.  
  15.      2.9:  Bug  Fix:  Discovered  that  the  Waterloo  TCP/IP  library
  16.            routine  that  reads a line of text from the network failed
  17.            when the input buffer contained an ASCII NUL.  Corrected.  
  18.  
  19.      2.8:  Clean       Up:      Reversed      the      default      on
  20.            "ksp-ftp.retrieve_hostnames".     The    default   now   is
  21.            disabled; the parameter may be used to set it to enabled.  
  22.  
  23.            New  Feature:  Added an option (ksp-ftp.allowed_ip_list) to
  24.            specify  the name of a file containing a list of allowed IP
  25.            addresses.  Users  will not be allowed to connect to any IP
  26.            address not on this list.  
  27.  
  28.            Enhancement:  Whenever  the  local  BBS  console  screen is
  29.            disabled  (by SysOp command or file transfers), KSP-FTP now
  30.            displays  the  user's  name,  city, the remote host id, and
  31.            the minutes remaining.  
  32.  
  33.            Enhancement:  KSP-FTP  now  assigns  it's local tcp/ip port
  34.            randomly.    This  helps  when  trying  to  re-establish  a
  35.            connection  to  a  remote  host  that  was lost in a recent
  36.            previous execution of KSP-TLNT.  
  37.  
  38.            Clean  Up:  KSP-FTP  no  longer hangs up the modem when the
  39.            user  times  out  but  rather simply returns to the BBS and
  40.            lets the BBS decide whether or not to hangup.  
  41.  
  42.      2.7:  New  Feature: Added reverse domain name lookups so that the
  43.            command  prompt reflects the correct hostname even if an IP
  44.            address  was given by the user.  This feature is enabled by
  45.            default,     but     may    be    disabled    by    setting
  46.            ksp-tlnt.retrieve_hostnames=DISABLED.   Note:  This  change
  47.            required adding an entry to KSP-FTP.TXT.) 
  48.  
  49.      2.6:  Bug  Fix:  When  an external protocol was invoked, the port
  50.            number   was   always   passed   to  the  driver  as  zero;
  51.            corrected.  
  52.  
  53.            Bug  Fix:  With  external  protocols,  no check for carrier
  54.            loss  or  timeout  occurred until after the tcp/ip transfer
  55.            was complete; corrected.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.                            WHAT'S NEW IN KSP FTP
  63.  
  64.  
  65.  
  66.      2.5:  Clean  Up:  Improved  handling  of  "ksp-ftp.ophours" .  If
  67.            start  time  is after the stop time, the hours of operation
  68.            will  be  interpreted  as  all  but  those  in  the  window
  69.            specified.   I.e.,  setting  ophours  to  03:20-03:00  will
  70.            allow operation anytime except 03:00-03:20.  
  71.  
  72.      2.4:  New  Feature:  Added  a option (ksp-ftp.blocked_ip_list) to
  73.            specify  the name of a file containing a list of blocked IP
  74.            addresses.   Users will not be allowed to connect to any IP
  75.            address  on  this list.  This required adding a new message
  76.            to the end of KSP-FTP.TXT.  
  77.  
  78.      2.3:  Bug   Fix:   If  you  entered  the  command  "PUT"  without
  79.            specifying  a  filename,  external  batch  protocols  would
  80.            upload  the  file(s) to the BBS, but not transfer them over
  81.            the Internet to the remote ftp host.  Corrected.  
  82.  
  83.            Bug  Fix:  External protocol batch files are supposed to be
  84.            located  in  the  same  directory  as  the  executable file
  85.            (KSP-FTP.EXE)  so  that  one  set can be shared by multiple
  86.            nodes.   The code contained a bug that required these files
  87.            to  be placed in the directory that was the current default
  88.            directory   at   the  moment  that  KSP-FTP  was  executed.
  89.            Corrected;  external protocol batch files (KSPFTPR?.BAT and
  90.            KSPFTPS?.BAT)  should  now be located in the directory that
  91.            holds  KSP-FTP.EXE,  and  the  batch files should be marked
  92.            "read-only".  
  93.  
  94.            Bug  Fix: If the minutes remaining passed to KSP-FTP in the
  95.            DOOR.SYS  file was zero, the user would get unlimited time;
  96.            corrected.   Note: This required adding a new message (#96)
  97.            to KSP-FTP.TXT.  
  98.  
  99.      2.2:  Work  Around:  Discovered  that the ARNET driver in Egberto
  100.            Willies'  COMM-DRV  (used  by  Clark Development's PCBoard)
  101.            does  not  adhere  100% to the fossil spec in that function
  102.            04h  (Initialize)  does  not  return 1954h when called with
  103.            DX=00FFh.   I  was  using  this to detect the presence of a
  104.            fossil  driver as recommended in the fossil spec! Corrected
  105.            by  modifying  the  presence  test  to  add  two additional
  106.            presence tests if the first one (04h) fails.  
  107.  
  108.            Clean  Up:  Wow!  No one ever noticed before (including me)
  109.            that  there  was  no  explanation  in the docs about how to
  110.            implement external protocols!  Corrected.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.                            WHAT'S NEW IN KSP FTP
  121.  
  122.  
  123.      2.1:  Bug   Fix:  Fossil  drivers  do  not  typically  detect  an
  124.            incoming  serial  "break"  signal.   Thus  when used with a
  125.            fossil   driver,   the   configuration   parameter   called
  126.            "serialport"  is  used to enable additional code to provide
  127.            this  feature.   Although this code worked fine when tested
  128.            with  the  X00  fossil  driver,  it  prevented both the BNU
  129.            fossil  driver  and  PCBoard's  COMMDRV  program from doing
  130.            serial output properly.  Corrected.  
  131.  
  132.            Bug  Fix:  Was  not  detecting  carrier  loss (user hangup)
  133.            properly.  Corrected.  
  134.  
  135.            New    Feature:    Added    a    command   line   parameter
  136.            "/SCRIPT=<filespec>"  to  specify a text file to be used as
  137.            command line input.  
  138.  
  139.            Enhancement:  A caller could abort an attempt to connect to
  140.            a  remote site by pressing any key while the dots are being
  141.            painted  back  and  forth  on  the  screen.   However, this
  142.            caused  a  rather obvious problem if the caller had a noisy
  143.            modem  connection  to  the  BBS.   Now  only three specific
  144.            keystrokes  are  recognized  as  a  request  to  abort  the
  145.            connection attempt: Esc, Ctrl-C, and Ctrl-X.  
  146.  
  147.            Enhancements:  When  run  from  the  local BBS console, the
  148.            door  no  longer  announces  to  the  SysOp  that  Shift-F1
  149.            toggles  the  local  BBS  screen and the key has no effect;
  150.            when  a  remote  caller invokes the door, however, Shift-F1
  151.            is  fully  functional in the normal manner.  When used with
  152.            a   remote  caller  to  enable/disable  the  local  console
  153.            screen,  Shift-F1  now informs (only) the SysOp whether the
  154.            screen has been enabled or disabled.  
  155.  
  156.            Clean  Up:  When  opening  the  door, the number of minutes
  157.            remaining  is  announced  properly to the caller.  However,
  158.            the  minutes  remaining  was  not displayed properly in the
  159.            prompt  when  it was a very large number (like 1440 minutes
  160.            = 24 hours).  Corrected.  
  161.  
  162.      2.0:  Bug  Fix:  Wasn't  working  with Digiboard when used with a
  163.            fossil driver.  Corrected.  
  164.  
  165.            Bug  Fix:  The  COM  port number in DOOR.SYS was limited to
  166.            COM1  through  COM4 since this is all that can be supported
  167.            by  the  async  library;  however,  there should be no such
  168.            limit if a fossil driver is used.  Corrected.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.                            WHAT'S NEW IN KSP FTP
  179.  
  180.  
  181.            Bug  Fix:  The  special  break detect code used with fossil
  182.            drivers  was  interfering  with  normal  fossil  operation;
  183.            corrected.  
  184.  
  185.            New  Feature:  Added  support  for  an environment variable
  186.            (ksp-ip)  to  set  the IP address.  Since the IP address is
  187.            often  the  only  parameter in WATTCP.CFG that changes from
  188.            one  BBS  node  to another, this allows using a single copy
  189.            of that file for all nodes.  
  190.  
  191.            New  Feature:  While user is in the door, pressing Shift-F1
  192.            on  the local console of the BBS will toggle whether or not
  193.            output also appears on the BBS's local console screen.  
  194.  
  195.            Clarification:  Some  Internet  access  providers configure
  196.            their  dial-up  slip  and  ppp  accounts  with a very small
  197.            segment  size.   You  may  need to set mss as low as 212 if
  198.            your Internet connection is through such a connection.  
  199.  
  200.      1.9:  Oops!   When  I  fixed  the  search  algorithm  in  1.8,  I
  201.            accidentally  broke  the "include" directive in WATTCP.CFG.
  202.            Corrected.  
  203.  
  204.      1.8:  Bug  Fix:  Dynamic  parameters  did  not function properly;
  205.            corrected.  
  206.  
  207.            Change:  Changed  the  search  order  for  WATTCP.CFG to be
  208.            downward  compatible  with  earlier  versions  of  KSP-FTP.
  209.            First,   it  checks  for  an  environment  variable  called
  210.            WATTCP.CFG  that specifies the directory.  Second, it looks
  211.            in  the  current  (default) directory.  Third, if still not
  212.            found,   it  looks  in  the  directory  that  contains  the
  213.            executable (KSP-FTP.EXE).   
  214.  
  215.      1.7:  Oops! 'Forgot to include KSP-FTP.TXT in KSPFTP16.ZIP! 
  216.  
  217.            Enhancement:  KSP  FTP  now  looks  in three directories to
  218.            locate   the  WATTCP.CFG  configuration  file.   First,  it
  219.            checks  for  an environment variable called WATTCP.CFG that
  220.            specifies   the   directory.    Second,  it  looks  in  the
  221.            directory   that  contains  the  executable  (KSP-FTP.EXE).
  222.            Third,  if  still  not  found,  it  looks  in  the  current
  223.            (default) directory.  
  224.  
  225.            Enhancement:     Added     a     command     line    option
  226.            (/CONFIG=<number>,  where  "<number>" is a non-zero integer
  227.            such  as  "1") to facilitate dynamic configuration options.
  228.            If  used, then any WATTCP.CFG configuration file parameters
  229.            of the form: 
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.                            WHAT'S NEW IN KSP FTP
  237.  
  238.  
  239.  
  240.                    ksp-ftp[<number>].<parameter>=<value> 
  241.  
  242.            are  ignored  unless  the integer number enclosed in square
  243.            brackets   matches  that  specified  in  the  command  line
  244.            option.   This  also  works  for global parameters, such as
  245.            "ksp[<number>].<parameter>".  
  246.  
  247.      1.6:  New   Feature:   Added   a   command   line  option  (e.g.,
  248.            /MAX_MINS=60)  to limit the time a caller is allowed in the
  249.            door.   If  used,  time  in the door will be the minimum of
  250.            that  specified  by  the option and their time remaining on
  251.            the BBS.  
  252.  
  253.            New   feature:  Added  support  for  foreign  languages  by
  254.            putting   all   the   program   text   in   a  file  called
  255.            KSP-FTP.TXT.   This  file  can be modified using any normal
  256.            text   editor.   The  file  MUST  be  placed  in  the  same
  257.            directory as KSP-FP.EXE and marked read-only.  
  258.  
  259.      1.5:  Bug  Fix:  When  a  user  dropped  carrier, KSP FTP did not
  260.            necessarily  properly  unhook  the  serial  port  interrupt
  261.            routine.   Most  users  would  never  experience  a problem
  262.            since  it  required  an improbable combination of events to
  263.            cause it to occur.  Corrected.  
  264.  
  265.            New  Feature:  All  of  our  software  is now available via
  266.            anonymous   ftp   at   "scizzl.scu.edu",  directory  "ksp".
  267.            Please note that there is no "e" at the end of "scizzl".  
  268.  
  269.      1.4:  Bug  Fix:  When  remote  host refused a connection, KSP FTP
  270.            would  try  to close that connection even though it had not
  271.            been opened, thus causing a long delay.  Corrected.  
  272.  
  273.            Enhancement:   Added   the  ability  to  override  Waterloo
  274.            TCP/IP's  automatic  search for the packet vector interrupt
  275.            by using an environment variable, as in: 
  276.  
  277.                    set ksp-pv=<number> 
  278.  
  279.            where  "<number>"  may  be  in decimal (e.g., "96"), in hex
  280.            preceded  by  "0x"  (e.g., "0x60"), or in octal preceded by
  281.            "0" (e.g., "0140").  
  282.  
  283.            Enhancement:  Added  information in the documentation about
  284.            a  packet  driver  shim  for  Novell with a Token-Ring_SNAP
  285.            network.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.                            WHAT'S NEW IN KSP FTP
  295.  
  296.  
  297.            Enhancement:   Performance   problem   when  running  under
  298.            DESQview  with PKTMUX solved by creation of KSP-DVMX packet
  299.            multiplexer.   Available  as file KSPMUX*.ZIP, where "*" is
  300.            the version number.  
  301.  
  302.            Bug  Fix: Users who hung up abruptly in the middle of a FTP
  303.            session could cause the software to hang; corrected.  
  304.  
  305.      1.3:  New   Feature:  Now  DESQview  "aware"  to  provide  better
  306.            performance in a multitasking environment.  
  307.  
  308.            New      Feature:      Added      configuration      option
  309.            "ksp-ftp.local_bell"  which  can  be  set  to "disabled" to
  310.            silence the bell on the BBS console.  
  311.  
  312.            New      Feature:      Added      configuration      option
  313.            "ksp-ftp.local_screen"  which  can  be set to "disabled" to
  314.            improve screen painting speed for the caller.  
  315.  
  316.            Enhancement:  Added Waterloo TCP/IP configuration parameter
  317.            "dns_search_mode" to accelerate nameserver lookups.  
  318.  
  319.      1.2:  Enhancement:  KSP-FTP  did  not  send  the file size to the
  320.            receiver  at  the  start  of a Zmodem download because some
  321.            ftp  hosts  do  not provide that information.  That's not a
  322.            problem   if   Zmodem   is   implemented  properly  in  the
  323.            receiver's  communications  program,  since the Zmodem spec
  324.            regards  this  information  as optional.  KSP-FTP now tries
  325.            two  techniques  (that suffice for 90% of the ftp hosts) to
  326.            obtain  the  file size; if available, it is now provided to
  327.            the internal Zmodem protocol driver.  
  328.  
  329.            Enhancement:  Documented the "include" directive that helps
  330.            when you have multiple nodes.  
  331.  
  332.            CleanUp:  Clarified  the description of the batch file used
  333.            to invoke the door.  
  334.  
  335.            CleanUp:  Discovered  that  only the newest versions of the
  336.            Novell  packet  driver  shim  (ODIPKT)  allow  command line
  337.            parameters  to  be specified in hex; older versions require
  338.            that   they   be  specified  only  in  decimal.   Our  docs
  339.            describing  how to install ODIPKT have now been modified to
  340.            show  decimal  parameters  since  they  will  work  in  all
  341.            versions of ODIPKT.  
  342.  
  343.            BugFix:  Translation  of filenames like "BBSes.on.Internet"
  344.            on   remote   (Unix)   ftp  host  yielded  a  DOS  name  of
  345.            "BBSES.ON."  where  the second period was clearly improper.
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.                            WHAT'S NEW IN KSP FTP
  353.  
  354.  
  355.            Corrected.  
  356.  
  357.            BugFix:  If  no  WATTCP.CFG  environment variable was used,
  358.            there   was   a   chance  that  part  of  memory  might  be
  359.            corrupted.  Corrected.  
  360.  
  361.            BugFix:  The  configuration parameter "ksp-ftp.mb_external"
  362.            unfortunately   affected   internal  as  well  as  external
  363.            protocols.   Corrected;  it  now  only  applies to external
  364.            protocols.  
  365.  
  366.      1.1:  Enhancement:       Configuration       parameters      such
  367.            "ksp-ftp.serial_port"  that are common to more that one KSP
  368.            product   may   now   be   enterred   in   the   WATTCP.CFG
  369.            configuration file once, as in "ksp.serial_port".  
  370.  
  371.            Enhancement:  Added  "more"  command  to toggle the "More?"
  372.            prompt at the end of a page of text." 
  373.  
  374.            Bug  Fix: Downloading using Zmodem in QmodemPro with 32-bit
  375.            CRC  enabled  caused "Long packet received during protocol"
  376.            errors.  Corrected.  
  377.  
  378.            CleanUp:  If  username  or  password commands failed during
  379.            login  to remote ftp host, connection is closed but command
  380.            line   prompt   looked  like  connection  was  still  open.
  381.            Corrected.  
  382.  
  383.            CleanUp:  When  presenting  remote  text  to  the user, the
  384.            count  of lines that controls the "More?" prompt was off by
  385.            one.  Corrected.  
  386.  
  387.      1.0:  Initial release.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.